Assembly implementation of [SHA-1][1] compression function.
For full SHA-1 hash function with this implementation of compression function
use [sha-1](https://crates.io/crates/sha-1) crate with
the enabled "asm" feature.
Only x86 and x86-64 architectures are currently supported.
[1]: https://en.wikipedia.org/wiki/SHA-1